projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb4e196
)
Tighten up types for libjeeps.
author
robertl
<robertl>
Mon, 11 Apr 2005 20:41:37 +0000
(20:41 +0000)
committer
robertl
<robertl>
Mon, 11 Apr 2005 20:41:37 +0000
(20:41 +0000)
html.c
patch
|
blob
|
history
palmdoc.c
patch
|
blob
|
history
text.c
patch
|
blob
|
history
diff --git
a/html.c
b/html.c
index 1e224fc0388860249bfbc352b349f73878e0a091..1f61d396687c1ddf79274ae3caff3d91940c71e7 100644
(file)
--- a/
html.c
+++ b/
html.c
@@
-66,7
+66,7
@@
html_disp(const waypoint *wpt)
int latint, lonint;
char tbuf[1024];
time_t tm = wpt->creation_time;
-
long
utmz;
+
int32
utmz;
double utme, utmn;
char utmzc;
diff --git
a/palmdoc.c
b/palmdoc.c
index ba4e2d5cc17ce22eb2453e21805e9b6646126421..cda37d95bae1ef43a51c3595a169e0cb990290f7 100644
(file)
--- a/
palmdoc.c
+++ b/
palmdoc.c
@@
-415,7
+415,7
@@
palmdoc_disp(const waypoint *wpt)
int latint, lonint;
char tbuf[1024];
time_t tm = wpt->creation_time;
-
long
utmz;
+
int32
utmz;
double utme, utmn;
char utmzc;
char *bm;
diff --git
a/text.c
b/text.c
index 82698c28cfa829a79961bc14ce6b7fee647453e3..a80761b7d5d38d31683249944e4a195de92cd1bb 100644
(file)
--- a/
text.c
+++ b/
text.c
@@
-67,7
+67,7
@@
text_disp(const waypoint *wpt)
int latint, lonint;
char tbuf[1024];
time_t tm = wpt->creation_time;
-
long
utmz;
+
int32
utmz;
double utme, utmn;
char utmzc;